Edit Debt
{{ form.hidden_tag() }}
Amount:
{{ form.amount(class="form-control", id="amount") }}
Description:
{{ form.description(class="form-control", id="description") }}
Date Added:
{{ form.date_added(class="form-control stylish-input", id="date_added") }}
Update Debt
Cancel